Fix naming, add missing module.
[cyberduck.git] / Spotlight Importer / Spotlight Importer.xcodeproj / project.pbxproj
blob923c39961574685cb9ec535ec1f10af54ed6f371
1 // !$*UTF8*$!
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
9 /* Begin PBXBuildFile section */
10                 2C05A19C06CAA52B00D84F6F /* GetMetadataForFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.m */; };
11                 47C4221F0856593F00FDBB79 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47C4221E0856593F00FDBB79 /* Cocoa.framework */; };
12                 8D576312048677EA00EA77CD /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB77B6FE84183AC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
13                 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */; };
14                 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
15                 C86B05270671AA6E00DD9006 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C86B05260671AA6E00DD9006 /* CoreServices.framework */; };
16                 C88FB7D8067446EC006EBB30 /* schema.xml in Resources */ = {isa = PBXBuildFile; fileRef = C88FB7D7067446EC006EBB30 /* schema.xml */; };
17                 C88FB7E40674480E006EBB30 /* schema.strings in Resources */ = {isa = PBXBuildFile; fileRef = C88FB7E30674480E006EBB30 /* schema.strings */; };
18 /* End PBXBuildFile section */
20 /* Begin PBXFileReference section */
21                 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
22                 08FB77B6FE84183AC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
23                 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
24                 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GetMetadataForFile.m; sourceTree = "<group>"; };
25                 47C4221E0856593F00FDBB79 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
26                 8D576316048677EA00EA77CD /* Cyberduck Spotlight Importer.mdimporter */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Cyberduck Spotlight Importer.mdimporter"; sourceTree = BUILT_PRODUCTS_DIR; };
27                 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
28                 C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
29                 C88FB7D7067446EC006EBB30 /* schema.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = schema.xml; sourceTree = "<group>"; };
30                 C88FB7DB0674470F006EBB30 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/schema.strings; sourceTree = "<group>"; };
31 /* End PBXFileReference section */
33 /* Begin PBXFrameworksBuildPhase section */
34                 8D576313048677EA00EA77CD /* Frameworks */ = {
35                         isa = PBXFrameworksBuildPhase;
36                         buildActionMask = 2147483647;
37                         files = (
38                                 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */,
39                                 C86B05270671AA6E00DD9006 /* CoreServices.framework in Frameworks */,
40                                 47C4221F0856593F00FDBB79 /* Cocoa.framework in Frameworks */,
41                         );
42                         runOnlyForDeploymentPostprocessing = 0;
43                 };
44 /* End PBXFrameworksBuildPhase section */
46 /* Begin PBXGroup section */
47                 089C166AFE841209C02AAC07 /* Cyberduck Spotlight Importer */ = {
48                         isa = PBXGroup;
49                         children = (
50                                 08FB77AFFE84173DC02AAC07 /* Source */,
51                                 089C167CFE841241C02AAC07 /* Resources */,
52                                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
53                                 19C28FB6FE9D52B211CA2CBB /* Products */,
54                         );
55                         name = "Cyberduck Spotlight Importer";
56                         sourceTree = "<group>";
57                 };
58                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
59                         isa = PBXGroup;
60                         children = (
61                                 47C4221E0856593F00FDBB79 /* Cocoa.framework */,
62                                 C86B05260671AA6E00DD9006 /* CoreServices.framework */,
63                                 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */,
64                         );
65                         name = "External Frameworks and Libraries";
66                         sourceTree = "<group>";
67                 };
68                 089C167CFE841241C02AAC07 /* Resources */ = {
69                         isa = PBXGroup;
70                         children = (
71                                 C88FB7E30674480E006EBB30 /* schema.strings */,
72                                 C88FB7D7067446EC006EBB30 /* schema.xml */,
73                                 8D576317048677EA00EA77CD /* Info.plist */,
74                                 8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
75                         );
76                         name = Resources;
77                         sourceTree = "<group>";
78                 };
79                 08FB77AFFE84173DC02AAC07 /* Source */ = {
80                         isa = PBXGroup;
81                         children = (
82                                 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.m */,
83                                 08FB77B6FE84183AC02AAC07 /* main.c */,
84                         );
85                         name = Source;
86                         sourceTree = "<group>";
87                 };
88                 19C28FB6FE9D52B211CA2CBB /* Products */ = {
89                         isa = PBXGroup;
90                         children = (
91                                 8D576316048677EA00EA77CD /* Cyberduck Spotlight Importer.mdimporter */,
92                         );
93                         name = Products;
94                         sourceTree = "<group>";
95                 };
96 /* End PBXGroup section */
98 /* Begin PBXHeadersBuildPhase section */
99                 8D57630E048677EA00EA77CD /* Headers */ = {
100                         isa = PBXHeadersBuildPhase;
101                         buildActionMask = 2147483647;
102                         files = (
103                         );
104                         runOnlyForDeploymentPostprocessing = 0;
105                 };
106 /* End PBXHeadersBuildPhase section */
108 /* Begin PBXNativeTarget section */
109                 8D57630D048677EA00EA77CD /* Spotlight Importer */ = {
110                         isa = PBXNativeTarget;
111                         buildConfigurationList = 47C421D0085658DB00FDBB79 /* Build configuration list for PBXNativeTarget "Spotlight Importer" */;
112                         buildPhases = (
113                                 8D57630E048677EA00EA77CD /* Headers */,
114                                 8D57630F048677EA00EA77CD /* Resources */,
115                                 8D576311048677EA00EA77CD /* Sources */,
116                                 8D576313048677EA00EA77CD /* Frameworks */,
117                                 8D576315048677EA00EA77CD /* Rez */,
118                         );
119                         buildRules = (
120                         );
121                         dependencies = (
122                         );
123                         name = "Spotlight Importer";
124                         productInstallPath = /Library/Spotlight;
125                         productName = "Cyberduck Spotlight Importer";
126                         productReference = 8D576316048677EA00EA77CD /* Cyberduck Spotlight Importer.mdimporter */;
127                         productType = "com.apple.product-type.bundle";
128                 };
129 /* End PBXNativeTarget section */
131 /* Begin PBXProject section */
132                 089C1669FE841209C02AAC07 /* Project object */ = {
133                         isa = PBXProject;
134                         attributes = {
135                                 LastUpgradeCheck = 0510;
136                         };
137                         buildConfigurationList = 47C421D4085658DB00FDBB79 /* Build configuration list for PBXProject "Spotlight Importer" */;
138                         compatibilityVersion = "Xcode 3.2";
139                         developmentRegion = English;
140                         hasScannedForEncodings = 1;
141                         knownRegions = (
142                                 English,
143                                 Japanese,
144                                 French,
145                                 German,
146                         );
147                         mainGroup = 089C166AFE841209C02AAC07 /* Cyberduck Spotlight Importer */;
148                         projectDirPath = "";
149                         projectRoot = "";
150                         targets = (
151                                 8D57630D048677EA00EA77CD /* Spotlight Importer */,
152                         );
153                 };
154 /* End PBXProject section */
156 /* Begin PBXResourcesBuildPhase section */
157                 8D57630F048677EA00EA77CD /* Resources */ = {
158                         isa = PBXResourcesBuildPhase;
159                         buildActionMask = 2147483647;
160                         files = (
161                                 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
162                                 C88FB7D8067446EC006EBB30 /* schema.xml in Resources */,
163                                 C88FB7E40674480E006EBB30 /* schema.strings in Resources */,
164                         );
165                         runOnlyForDeploymentPostprocessing = 0;
166                 };
167 /* End PBXResourcesBuildPhase section */
169 /* Begin PBXRezBuildPhase section */
170                 8D576315048677EA00EA77CD /* Rez */ = {
171                         isa = PBXRezBuildPhase;
172                         buildActionMask = 2147483647;
173                         files = (
174                         );
175                         runOnlyForDeploymentPostprocessing = 0;
176                 };
177 /* End PBXRezBuildPhase section */
179 /* Begin PBXSourcesBuildPhase section */
180                 8D576311048677EA00EA77CD /* Sources */ = {
181                         isa = PBXSourcesBuildPhase;
182                         buildActionMask = 2147483647;
183                         files = (
184                                 8D576312048677EA00EA77CD /* main.c in Sources */,
185                                 2C05A19C06CAA52B00D84F6F /* GetMetadataForFile.m in Sources */,
186                         );
187                         runOnlyForDeploymentPostprocessing = 0;
188                 };
189 /* End PBXSourcesBuildPhase section */
191 /* Begin PBXVariantGroup section */
192                 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
193                         isa = PBXVariantGroup;
194                         children = (
195                                 089C167EFE841241C02AAC07 /* English */,
196                         );
197                         name = InfoPlist.strings;
198                         sourceTree = "<group>";
199                 };
200                 C88FB7E30674480E006EBB30 /* schema.strings */ = {
201                         isa = PBXVariantGroup;
202                         children = (
203                                 C88FB7DB0674470F006EBB30 /* English */,
204                         );
205                         name = schema.strings;
206                         sourceTree = "<group>";
207                 };
208 /* End PBXVariantGroup section */
210 /* Begin XCBuildConfiguration section */
211                 47C421D2085658DB00FDBB79 /* Release */ = {
212                         isa = XCBuildConfiguration;
213                         buildSettings = {
214                                 COMBINE_HIDPI_IMAGES = YES;
215                                 COPY_PHASE_STRIP = YES;
216                                 FRAMEWORK_SEARCH_PATHS = "";
217                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
218                                 GCC_PRECOMPILE_PREFIX_HEADER = NO;
219                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
220                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
221                                 GCC_WARN_UNKNOWN_PRAGMAS = NO;
222                                 GCC_WARN_UNUSED_VARIABLE = YES;
223                                 HEADER_SEARCH_PATHS = "";
224                                 INFOPLIST_FILE = Info.plist;
225                                 INSTALL_PATH = /Library/Spotlight;
226                                 LIBRARY_SEARCH_PATHS = "";
227                                 LIBRARY_STYLE = Bundle;
228                                 OTHER_CFLAGS = "";
229                                 OTHER_LDFLAGS = "";
230                                 OTHER_REZFLAGS = "";
231                                 PRODUCT_NAME = "Cyberduck Spotlight Importer";
232                                 SDKROOT = macosx;
233                                 SECTORDER_FLAGS = "";
234                                 WARNING_CFLAGS = (
235                                         "-Wmost",
236                                         "-Wno-four-char-constants",
237                                         "-Wno-unknown-pragmas",
238                                 );
239                                 WRAPPER_EXTENSION = mdimporter;
240                                 ZERO_LINK = NO;
241                         };
242                         name = Release;
243                 };
244                 47C421D6085658DB00FDBB79 /* Release */ = {
245                         isa = XCBuildConfiguration;
246                         buildSettings = {
247                                 MACOSX_DEPLOYMENT_TARGET = 10.5;
248                                 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
249                         };
250                         name = Release;
251                 };
252 /* End XCBuildConfiguration section */
254 /* Begin XCConfigurationList section */
255                 47C421D0085658DB00FDBB79 /* Build configuration list for PBXNativeTarget "Spotlight Importer" */ = {
256                         isa = XCConfigurationList;
257                         buildConfigurations = (
258                                 47C421D2085658DB00FDBB79 /* Release */,
259                         );
260                         defaultConfigurationIsVisible = 0;
261                         defaultConfigurationName = Release;
262                 };
263                 47C421D4085658DB00FDBB79 /* Build configuration list for PBXProject "Spotlight Importer" */ = {
264                         isa = XCConfigurationList;
265                         buildConfigurations = (
266                                 47C421D6085658DB00FDBB79 /* Release */,
267                         );
268                         defaultConfigurationIsVisible = 0;
269                         defaultConfigurationName = Release;
270                 };
271 /* End XCConfigurationList section */
272         };
273         rootObject = 089C1669FE841209C02AAC07 /* Project object */;